home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000367_news@newsmaster….columbia.edu _Sat Sep 20 10:42:23 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA20960
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 20 Sep 1997 10:42:23 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA00095
  7.     for kermit.misc@watsun; Sat, 20 Sep 1997 10:42:23 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help with Kermit protocol
  12. Date: 20 Sep 1997 14:42:21 GMT
  13. Organization: Columbia University
  14. Lines: 22
  15. Message-ID: <600ncd$k8r$1@apakabar.cc.columbia.edu>
  16. References: <342287C6.37AABE5D@redestb.es>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7692
  19.  
  20. In article <342287C6.37AABE5D@redestb.es>,
  21. Alberto de Vicente  <mariod@redestb.es> wrote:
  22. : Where can I find a help file about the Kermit protocol? I want to write
  23. : a very simple application that communicates my HP calculator and my PC,
  24. : and I don't want to read long books.
  25. You would need to be clairvoyant to write a Kermit protocol implementation
  26. without reading anything about it.  Two suggestions:
  27.  
  28.  1. All the information about Kermit, including references to books, etc,
  29.     is at the Kermit Project website:
  30.  
  31.       http://www.columbia.edu/kermit/
  32.  
  33.  2. Don't bother writing a new implementation; just use one of the many
  34.     existing ones, such as MS-DOS Kermit for DOS or Windows 3.x;
  35.     Kermit 95 for Windows 95, Windows NT, or OS/2; C-Kermit for Linux, etc.
  36.  
  37. Or use one of the products that are already on the market for communicating
  38. between PCs and HP48s.  I think the HP48 already comes with one, doesn't it?
  39.  
  40. - Frank